net/http.atomicBool.setFalse (method)
3 uses
net/http (current package)
server.go#L528: func (b *atomicBool) setFalse() { atomic.StoreInt32((*int32)(b), 0) }
server.go#L910: w.canWriteContinue.setFalse()
server.go#L1596: w.canWriteContinue.setFalse()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)